-
Notifications
You must be signed in to change notification settings - Fork 0
fix: Local launcher fixes #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…nsys-tools-common into fix/local-launcher-fixes
…nsys-tools-common into fix/local-launcher-fixes
for more information, see https://pre-commit.ci
| @@ -0,0 +1,37 @@ | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an auto-generated file, I think it shouldn't be committed (also applies to some of the other files here).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add it to the .gitignore
…nsys-tools-common into fix/local-launcher-fixes
for more information, see https://pre-commit.ci
…nsys-tools-common into fix/local-launcher-fixes
for more information, see https://pre-commit.ci
…nsys-tools-common into fix/local-launcher-fixes
|
|
||
| import requests | ||
|
|
||
| from ansys.tools.local_product_launcher.helpers.ports import find_free_ports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These imports should be updated to point to ansys.tools.common.launcher.
| entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.__fallback__" = "example_httpserver_plugin:Launcher" | ||
| entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.direct" = "example_httpserver_plugin:Launcher" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.__fallback__" = "example_httpserver_plugin:Launcher" | |
| entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.direct" = "example_httpserver_plugin:Launcher" | |
| entry-points."ansys.tools.common.launcher"."example_httpserver.__fallback__" = "example_httpserver_plugin:Launcher" | |
| entry-points."ansys.tools.common.launcher"."example_httpserver.direct" = "example_httpserver_plugin:Launcher" |
The entrypoint was renamed in #116
@AlejandroFernandezLuces let me know if you want me to help pull forward the changes from that PR into your branch.
No description provided.